/* ----------------------------------------
TOP-MV
---------------------------------------- */
#top-mv .slick-slide video,
#top-mv .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 752 / 520;
}

#top-mv .slick-prev,
#top-mv .slick-next {
  display: none !important;
}

#top-mv .video p{
  padding: 0 1.5rem;
  font-size: 6.4vw;
}

/* ----------------------------------------
Catch
---------------------------------------- */
#top-catch {
  /*margin-top: 6.2rem;*/
  margin-top: 4rem;
  padding: 0 1.5rem;
}

#top-catch h2 {
  text-align: center;
  /*font-size: 2.4rem;*/
  font-size: 6.4vw;
  line-height: 1.25;
}

#top-catch .category-list {
  flex-wrap: wrap;
  width: 100%;
  max-width: none;
  height: auto;
  margin: 2rem auto 0;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 5%);
}

#top-catch .category-list li + li a {
  border: inherit;
}

#top-catch .category-list li:nth-child(2n - 1) a {
  border-right: 1px solid #e9ecee;
}

#top-catch .category-list li:nth-of-type(3) a,
#top-catch .category-list li:nth-of-type(4) a {
  border-top: 1px solid #e9ecee;
  border-bottom: 1px solid #e9ecee;
}

#top-catch .category-list li {
  width: calc(100% / 2);
  height: 13rem;
}

#top-catch .category-list a {
  padding-top: 1.8rem;
  gap: 0.5rem;
}

#top-catch .category-list a.hover {
  border: inherit;
}

#top-catch .category-list a > span {
  height: auto;
  font-size: 1.4rem;
}

#top-catch .category-list .small {
  font-size: 1.2rem;
  line-height: 1.333;
}

#top-catch img {
  max-width: 7rem;
}

/* ----------------------------------------
PRODUCTS
---------------------------------------- */
#top-products {
  flex-direction: column;
  margin-top: 5.8rem;
}

#top-products .content-block {
  width: 100%;
}

#top-products .content-block p {
  font-size: 1.4rem;
  line-height: 1.5;
}

#top-products .content-block .link-btn {
  margin: 3.5rem auto 6rem;
}

#top-products ul {
  flex-wrap: wrap;
}

#top-products ul li.bunner {
  width: 100%;
  margin: 2rem 0 0 0;
  padding: 0 1.5rem;
}

#top-products ul li.bunner02 {
  margin: 1rem 0 4rem 0;
}

#top-products ul li a {
  /*font-size: 1.6rem;*/
  font-size: 4.267vw;
}

#top-products ul li span {
  /*bottom: 0.3rem;
  height: 3.5rem;*/
  bottom: 3vw;
  height: 8vw;
  padding: 0 1.5rem;
  line-height: 1.125;
}

/* ----------------------------------------
.bunner-link
---------------------------------------- */
.bunner-link {
  /*height: 46.5rem;
    padding: 6rem 1.5rem 0;*/
  height: auto;
  padding: 6rem 1.5rem 12rem;
  background-image: url(/images2/home/bg-water_sp.jpg);
}

.bunner-link a.hover {
  box-shadow: none;
}

.bunner-link img {
  max-width: none;
}

/* ----------------------------------------
Business
---------------------------------------- */
#top-business {
  margin-top: -7rem;
}

#top-business h2 {
  font-size: 3rem;
  padding: 0 1.5rem;
}

#top-business li {
  width: calc(100% / 2);
  /*max-height: 10.4rem;*/
  max-height: none;
}

#top-business li a span {
  /*font-size: 1.4rem;*/
  font-size: 3.733vw;
  line-height: 1;
}

#top-business .link-btn {
  margin: 4rem auto 0;
}

/* ----------------------------------------
Supply Record
---------------------------------------- */
#top-record {
  margin-top: 6rem;
  padding: 0 1.5rem;
}

#top-record .inner {
  padding: 6rem 0;
  width: 100%;
  max-width: none;
}

.tab-list li {
  scroll-margin-top: 12rem;
}

#top-record .tab-link {
  position: relative;
  height: 5rem;
}

#top-record .tab-link span {
  position: static;
  line-height: 5rem;
  font-size: 1.4rem;
}

#top-record .tab-link span::before {
  left: 1.5rem;
  width: 0.8rem;
  height: 0.8rem;
}

#top-record .tab-content {
  padding-top: 4rem;
}

#top-record .slick-slide {
  margin: 0;
}

#top-record .slick-slide figure {
  /*max-width: 30.5rem;
  max-height: 17.2rem;
  margin: 0 auto 1rem;*/
  max-width: none;
  max-height: none;
  margin: 0 2rem 1rem;
}

#top-record .slick-slide span {
  display: inline-block;
  padding: 0 1.5rem;
}

#top-record .slick-arrow {
  top: 24%;
}

#top-record .slick-prev::before,
#top-record .slick-next::before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

#top-record .slick-prev {
  left: 0rem;
}

#top-record .slick-next {
  right: 0rem;
}

#top-record .slick-prev::before {
  top: 1.9rem;
  right: 1.4rem;
  transform: translateY(-45%) rotate(-135deg);
}

#top-record .slick-next::before {
  top: 1.5rem;
  left: 1.3rem;
  transform: rotate(45deg);
}

#top-record .pagination {
  margin: 4rem 0;
}

/* ----------------------------------------
SNS
---------------------------------------- */
#top-sns {
  margin: 6rem 1.5rem;
}

#top-sns ul {
  justify-content: flex-start;
  gap: 2rem 0.6rem;
}

#top-sns li {
  width: calc((100% - 1.2rem) / 3);
}

#top-sns .icon {
  height: 6rem;
}

#top-sns img {
  max-width: 3.5rem;
}

#top-sns .name {
  margin-top: 0.6rem;
  font-size: 1.2rem;
}

#top-sns a.hover .name {
  color: var(--main-color);
}



/* ----------------------------------------
.local
---------------------------------------- */
#top-record h2{
  font-size: 3rem;
}
#top-record .record-content {
  padding-top: 4rem;
}



